﻿@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
table,
tbody,
p,
th,
td,
em {
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 12px;
	font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
}

html,
body {
	height: 100%;
}

img,
input,
button,
a,
select,
textarea {
	margin: 0;
	padding: 0;
	resize: none;
	border: none;
	outline: none;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
b,
em {
	font-size: 100%;
	word-wrap: break-word;
	font-weight: normal;
	font-style: normal;
}

a:active,
a:focus {
	outline: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

/* 修正IE6振动bug */

/* slide */
.slide-main {
	/*height: 580px; height:450px;*/
	position: relative;
	width: 100%;
	float: left;
	height: 450px;
}

.prev,
.next {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	z-index: 222;
	/* top: 267px; */
	top: 50%;
	margin-top: -22px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	_border: 1px solid none;
}

.prev {
	left: 70px;
}

.next {
	right: 70px;
}

.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.item {
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 97;
	/* top: 540px; top: 420px; */bottom: 30px;
	left: 0;
	text-align: center;
}

.item a {
	display: inline-block;
	width: 24px;
	height: 5px;
	margin-right: 11px;
	background: #444;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
	overflow: hidden;
}

.item a.cur {
	/*background: #fff;*/
	background:black;
}

.slide-box,
.slide {
	display: block;
	width: 100%;
	height: 580px; height:450px;
	overflow: hidden;
}

.slide-box {
	position: relative;
}

.slide {
	display: none;
	height: 490px;height:450px;
	padding-top: 89px;
	background: #ff6900;
	position: relative;
	position: absolute;
	z-index: 8;
}

#bgstylea {
	background: #ff6900;
}

#bgstyleb {
	background: #193d85;
}

#bgstylec {
	/* background: #000; */
	background: #2f86bc;
}

.slide a {
	display: block;
	width: 100%;
	height: 490px;height:450px;
	cursor: pointer;
}

.obj-a,
.obj-b,
.obj-c,
.obj-d,
.obj-e,
.obj-f {
	position: absolute;
	z-index: 9;
	left: 50%;
}

.obj-a,
.obj-b {
	width: 952px;
	margin-left: -476px;
	text-align: center;
}

.obj-a {
	display: block;
	height: 352px;
	top: 100px;
}

.obj-b {
	top: 406px;
	height: 100px;
}

.obj-c {
	display: block;
	height: 582px;
	top: 0;
	margin-left: -540px;
}

.obj-d {
	top: 228px;
	height: 164px;
}

.obj-d p {
	display: block;
	padding-top: 20px;
	font-size: 16px;
	color: #fff;
	clear: both;
}

.obj-e {
	width: 366px;
	height: 170px;
	margin-left: -460px;
	/* top: 223px; */top: 243px;
	z-index: 12;
}

.obj-f {
	width: 692px;
	height: 394px;
	top: 158px;top: 8px;
	margin-left: -180px;
}

.banAnimate .obj-a {
	display: block;
	animation-name: baoAni;
	-webkit-animation: baoAni 0.4s linear 0s normal none;
	-moz-animation: baoAni 0.4s linear 0s normal none;
	animation: baoAni 0.4s linear 0s normal none;
}

/* @-webkit-keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
} */

.banAnimate .obj-b {
	display: block;
	animation-name: saAni;
	-webkit-animation: saAni 0.4s linear 0s normal none;
	-moz-animation: saAni 0.4s linear 0s normal none;
	animation: saAni 0.4s linear 0s normal none;
}

/* @-webkit-keyframes saAni {
	from {
		opacity: 0;
		-webkit-transform: scale(0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}
}

@-moz-keyframes saAni {
	from {
		opacity: 0;
		-moz-transform: scale(0, 0);
	}

	to {
		opacity: 1;
		-moz-transform: scale(1, 1);
	}
}

@keyframes saAni {
	from {
		opacity: 0;
		transform: scale(0, 0);
	}

	to {
		opacity: 1;
		transform: scale(1, 1);
	}
} */

.watch-code.code-show {
	display: block;
	animation-name: scode;
	-webkit-animation: scode 0.3s linear 0s normal none;
	-moz-animation: scode 0.3s linear 0s normal none;
	animation: scode 0.3s linear 0s normal none;
}
/* 
@-webkit-keyframes scode {
	from {
		opacity: 0;
		-webkit-transform: scale(1, 0);
		transform-origin: left bottom;
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform-origin: left bottom;
	}
}

@-moz-keyframes scode {
	from {
		opacity: 0;
		-moz-transform: scale(1, 0);
		transform-origin: left bottom;
	}

	to {
		opacity: 1;
		-moz-transform: scale(1, 1);
		transform-origin: bottom bottom;
	}
}

@keyframes scode {
	from {
		opacity: 0;
		transform: scale(1, 0);
		transform-origin: left bottom;
	}

	to {
		opacity: 1;
		transform: scale(1, 1);
		transform-origin: left bottom;
	}
}
 */
.banAnimate .obj-c,
.banAnimate .obj-e {
	display: block;
	animation-name: saAnic;
	-webkit-animation: saAnic 0.3s linear 0s normal none;
	-moz-animation: saAnic 0.3s linear 0s normal none;
	animation: saAnic 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

.banAnimate .obj-d,
.banAnimate .obj-f {
	display: block;
	animation-name: saAnid;
	-webkit-animation: saAnid 0.3s linear 0s normal none;
	-moz-animation: saAnid 0.3s linear 0s normal none;
	animation: saAnid 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

/* 7.21 */
/* .ban-a,
.ban-b,
.ban-c {
	position: absolute;
	z-index: 9;
	left: 50%;
}


.ban-a {
	width: 350px;
	height: 333px;
	bottom: 0px;
	z-index: 12;
}

.ban-b {
	width: 523px;
	height: 332px;
	top: 40px;
}

.ban-c {
	width: 345px;
	height: 191px;
	bottom: 40px;
	margin-left: -445px;
}

.banAnimate .ban-a {
	display: block;
	animation-name: saAnic;
	-webkit-animation: saAnic 0.3s linear 0s normal none;
	-moz-animation: saAnic 0.3s linear 0s normal none;
	animation: saAnic 0.3s linear 0s normal none;
}

.banAnimate .ban-b {
	display: block;
	animation-name: saAnid;
	-webkit-animation: saAnid 0.3s linear 0s normal none;
	-moz-animation: saAnid 0.3s linear 0s normal none;
	animation: saAnid 0.3s linear 0s normal none;
}

.banAnimate .ban-c {
	display: block;
	animation-name: saAnic;
	-webkit-animation: saAnic 0.3s ease-in 0s normal none;
	-moz-animation: saAnic 0.3s ease-in 0s normal none;
	animation: saAnic 0.3s ease-in 0s normal none;
} */
.max-img{width: 100%;height: 100%;}
/* @media (max-width:1200px) {
	.ban-b {
		margin-left: -200px;
		border: 5px solid blue;
	}
} */
@media (max-width:1000px) {
	.slide-main{
		height: 400px;
	}
	.slide-box, .slide{
		/* height: 300px; */
		height: 100%;
	}
	.slide a
	{
		/* height: 300px; */
		height: 100%;
	}
	.obj-f{
		width: 55%;
		left: auto;
		right: 5%;
	}
	.obj-e{
		width: 45%;
		left: 5%;
		margin-left: 0;
		top: auto;
		bottom: 25%;
	}
	.obj-f img,.obj-e img{
		width: 100%;
		height: auto;
	}
	
	@keyframes saAnic {
		from {
			opacity: 0;
			left: 47%;
			left: 0;
		}
	
		to {
			opacity: 1;
			left: 50%;
			left: 5%;
		}
	}
	@keyframes saAnid {
		from {
			opacity: 0;
			/* left: 53%; */
			right: 0;
		}
	
		to {
			opacity: 1;
			/* left: 50%; */
			right: 5%;
		}
	}
}

@media (max-width:767px) {
	.slide-main{
		height: 250px;
	}
	.slide-box, .slide{
		/* height: 300px; */
		height: 100%;
	}
	.slide a
	{
		/* height: 300px; */
		height: 100%;
	}
	.obj-e{
		top: 50%;
	}
} 

@media (max-width: 480px) {
	.slide-main{
		height: 180px;
	}
	.slide-box, .slide{
		/* height: 300px; */
		height: 100%;
	}
	.slide a
	{
		/* height: 300px; */
		height: 100%;
	}
	
	.obj-f{
		width: 50%;
		left: auto;
		right: 5%;
	}
	.obj-e{
		width: 40%;
		left: 5%;
		margin-left: 0;
		top: 50%
		
	}
	.obj-f img,.obj-e img{
		width: 100%;
		height: auto;
	}
	
	
	@keyframes saAnic {
		from {
			opacity: 0;
			left: 47%;
			left: 0;
		}
	
		to {
			opacity: 1;
			left: 50%;
			left: 5%;
		}
	}
	@keyframes saAnid {
		from {
			opacity: 0;
			/* left: 53%; */
			right: 0;
		}
	
		to {
			opacity: 1;
			/* left: 50%; */
			right: 5%;
		}
	}
}

